home *** CD-ROM | disk | FTP | other *** search
- on LeaveHelp
- global HelpMode, HelpTime, TimeStart, stage, timer
- if HelpMode = 1 then
- set the visible of sprite 31 to 1
- go(2)
- end if
- if HelpMode = 0 then
- set the visible of sprite 31 to 0
- set the visible of sprite 13 to 1
- set the visible of sprite 4 to 1
- set the visible of sprite 5 to 1
- if stage = 0 then
- go(3)
- end if
- if stage = 1 then
- go(6)
- end if
- if stage = 2 then
- go(8)
- end if
- set TimeStart to TimeStart - (the ticks - HelpTime)
- set timer to 1
- end if
- ClearTrackScripts()
- cursor(-1)
- end
-